lcTIN_AddTrian Home

Adds new triangle into a TIN object.

 HANDLE lcTIN_AddTrian (
   HANDLE hPnt1,
   HANDLE hPnt2,
   HANDLE hPnt3
 );

Parameters
hPnt1 hPnt2 hPnt3
  Handle to TIN points which are vertices of the triangle.

Return Value

  Handle to the added TIN triangle.
If the function fails, the return value is NULL.

See Also

  Code sample,   lcTIN_AddPoint